Skip to content

[3.6] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217)#7228

Closed
miss-islington wants to merge 1 commit intopython:3.6from
miss-islington:backport-f9aeca2-3.6
Closed

[3.6] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217)#7228
miss-islington wants to merge 1 commit intopython:3.6from
miss-islington:backport-f9aeca2-3.6

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented May 29, 2018

Unlike asyncio.wait_for(), asyncio.wait() does not cancel the passed
futures when a timeout accurs.
(cherry picked from commit f9aeca2)

Co-authored-by: Elvis Pranskevichus elvis@magic.io

https://bugs.python.org/issue23859

…ythonGH-7217)

Unlike `asyncio.wait_for()`, `asyncio.wait()` does not cancel the passed
futures when a timeout accurs.
(cherry picked from commit f9aeca2)

Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
@1st1 1st1 closed this May 29, 2018
@miss-islington miss-islington deleted the backport-f9aeca2-3.6 branch May 29, 2018 22:39
@1st1
Copy link
Copy Markdown
Member

1st1 commented May 29, 2018

wait_for wasn't fixed to wait on cancelled futures in Python 3.6, so this PR isn't relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants